Skip to content

Updated as per phase II changes in event and notification config generator#136

Open
Kandarimegha wants to merge 2 commits intomainfrom
evnt_notification
Open

Updated as per phase II changes in event and notification config generator#136
Kandarimegha wants to merge 2 commits intomainfrom
evnt_notification

Conversation

@Kandarimegha
Copy link
Copy Markdown
Collaborator

No description provided.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: e9ac8ab7eb

ℹ️ About Codex in GitHub

Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".

Comment on lines +65 to +68
item.config
if (item.config is defined and item.config is not none)
else {'component_specific_filters': item.component_specific_filters}
if (item.component_specific_filters is defined and item.component_specific_filters is not none)
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P2 Badge Preserve generate_all_configurations override behavior

This new config resolution path no longer checks item.generate_all_configurations, so legacy inputs that still set generate_all_configurations: true together with component_specific_filters will now pass filters to the module instead of omitting config. In practice that silently changes a full-discovery run into a partial export, which is a behavior regression for existing playbooks/vars files that relied on the previous override semantics.

Useful? React with 👍 / 👎.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants